math/big.Int.Quo (method)

3 uses

	math/big (current package)
		int.go#L205: 	return z.Quo(&a, &b)
		int.go#L211: func (z *Int) Quo(x, y *Int) *Int {

	go/constant
		value.go#L1165: 			c.Quo(a, b)